Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo in docs #1464

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Fix Typo in docs #1464

merged 2 commits into from
Nov 26, 2024

Conversation

kentongray
Copy link

Context

Typo in docs

How did you test your changes?

Doc change, NA

Types of changes

  • Breaking change (a fix or a feature because of which an existing functionality doesn't work as expected anymore)
  • New feature or improvement (a non-breaking change that adds functionality)
  • Bug fix (a non-breaking change that fixes an issue)
  • Additional language file, or a change to an existing language file (translations)
  • [ X] Change to the documentation

Related issues:

NA

Checklist:

  • [ X] I have reviewed the guidelines about Contributing to HyperFormula and I confirm that my code follows the code style of this project.
  • [X ] I have signed the Contributor License Agreement.
  • [ X] My change is compliant with the OpenDocument standard.
  • [ X] My change is compatible with Microsoft Excel.
  • [ X] My change is compatible with Google Sheets.
  • I described my changes in the CHANGELOG.md file.
  • [ X] My changes require a documentation update.
  • My changes require a migration guide.

sequba and others added 2 commits November 6, 2024 13:03
…andsontable#1454)

* Merge hotfix to develop (handsontable#1431)

Change publish-docs workflow to use Node 20 instead of 22 due to the temporary npm issue

* Merge hotfix to develop (handsontable#1432)

* Change publish-docs workflow to use Node 20 instead of 22 due to the temporary npm issue (handsontable#1424)

* Set NODE_OPTIONS=--openssl-legacy-provider for the typedoc command

* Merge hotfix to develop (handsontable#1433)

* Change publish-docs workflow to use Node 20 instead of 22 due to the temporary npm issue (handsontable#1424)

* Hotfix: Set NODE_OPTIONS=--openssl-legacy-provider for the typedoc command (handsontable#1425)

Set NODE_OPTIONS=--openssl-legacy-provider for the typedoc command

* Revert the publish-docs workflow to Node 16

* Add build-docs workflow (handsontable#1434)

* Add build-docs workflow

* Add environment variables necessary to build the docs with Node 20

* Use Node 20 in all the build/test workflows (handsontable#1435)

* Remove license comments from the UMD build (handsontable#1437)

* Install terser plugin explicite to enable extensive customization

* Remove license comment from the UMD builds using string-replace-loader webpack plugin

* Test for the redundant license comments in the UMD build inside the verify:umd script

* Update build badge in readme to show the build workflow status instead of test (handsontable#1443)

* Update build badge to show the build workflow status instead of test

* Native demos in the docs (handsontable#1447)

* Add markdown-it plugins

* Make HTML+CSS preview work

* Make some of the buttons work

* Add edit-in-stackblitz button

* Make the entire runtime of the demo work (including js)

* Add real HF demo.

* Make HyperFormula import work in runtime of the docs examples

* Add script code-examples-generator

* Style stackblitz button

* Style demo internal buttons

* Remove unused glue-code

* Remove not needed vuepress plugins

* Fix linter error

* Reformat demo/example1.ts file

* Add advanced-usage demo

* Change the framework demos in the docs to use Codesandbox iframe instead of Stackblitz

* Add basic-operations demo

* Add basic-usage demo

* Add batch-operations demo

* Add demo clipboard-operations

* Changed the custom-functions demo to use Codesandbox instead of Stackblitz

* Add date-time demo

* Add demo i18n

* Add localizing-functions guide

* Add named-expressions demo

* Add sorting-data demo

* Add undo-redo demo

* Fix lint errors

* Disable linter for the docs examples

* Tweak the styling of demo example

* Fix row and column counting in the docs examples

* Adjust css of basic-usage demo

* Adjust style of advanced-usage demo

* Fix styles for basic-operations demo

* Fix styles for batch-operations demo

* Fix styles for sorting demo

* Fix height of the table cell in the demos

* Adjust text decoration of the summary row in the i18n demo

* Fix styles for basic-operations demo

* Adjust styles for the inputs

* Disable logging HF version to console in the native examples embedded in the docs

* Update styles for the open-in-stackblitz button

* Fix broken favicon link

* Fix examples.js script to handle newline characters in both unix and windows styles

* Reduce space between buttons and table in the undo-redo demo

* Fix style for checkbox in the batch-operations demo
@AMBudnik
Copy link
Contributor

Thank you for spotting that @kentongray

@AMBudnik AMBudnik added the CLA signed Required for PR label Nov 26, 2024
@sequba sequba changed the base branch from master to develop November 26, 2024 16:21
@sequba sequba merged commit 0c3961a into handsontable:develop Nov 26, 2024
20 of 22 checks passed
sequba added a commit that referenced this pull request Nov 26, 2024
@sequba
Copy link
Contributor

sequba commented Nov 26, 2024

Thank you for your contribution @kentongray. Merging

@sequba sequba added Bug Something isn't working Docs Improvements or additions to documentation labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CLA signed Required for PR Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants